﻿2026-08-18T09:03:21.2601154Z ##[group]Run actions/checkout@v5
2026-08-18T09:03:21.2601942Z with:
2026-08-18T09:03:21.2602346Z   repository: BigscreenVR/spt-bs-core
2026-08-18T09:03:21.2605694Z   token: ***
2026-08-18T09:03:21.2606134Z   ssh-strict: true
2026-08-18T09:03:21.2606510Z   ssh-user: git
2026-08-18T09:03:21.2606901Z   persist-credentials: true
2026-08-18T09:03:21.2607316Z   clean: true
2026-08-18T09:03:21.2607727Z   sparse-checkout-cone-mode: true
2026-08-18T09:03:21.2608165Z   fetch-depth: 1
2026-08-18T09:03:21.2608542Z   fetch-tags: false
2026-08-18T09:03:21.2608929Z   show-progress: true
2026-08-18T09:03:21.2609448Z   lfs: false
2026-08-18T09:03:21.2609810Z   submodules: false
2026-08-18T09:03:21.2610213Z   set-safe-directory: true
2026-08-18T09:03:21.2610641Z   allow-unsafe-pr-checkout: false
2026-08-18T09:03:21.2611376Z ##[endgroup]
2026-08-18T09:03:21.3414004Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T09:03:21.3415694Z ##[group]Getting Git version info
2026-08-18T09:03:21.3416457Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T09:03:21.3417544Z [command]/usr/bin/git version
2026-08-18T09:03:21.3444697Z git version 2.43.0
2026-08-18T09:03:21.3463748Z ##[endgroup]
2026-08-18T09:03:21.3471470Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/e1d426ec-f827-4021-a1e7-6898be3068b3/.gitconfig'
2026-08-18T09:03:21.3479894Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e1d426ec-f827-4021-a1e7-6898be3068b3' before making global git config changes
2026-08-18T09:03:21.3481105Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T09:03:21.3483064Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T09:03:21.3532718Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T09:03:21.3550645Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T09:03:21.3561138Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T09:03:21.3564051Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T09:03:21.3580768Z refs/heads/diag/pump-188-heartbeat
2026-08-18T09:03:21.3586687Z [command]/usr/bin/git checkout --detach
2026-08-18T09:03:21.3649147Z HEAD is now at 40472409b diag(er): name the clobberer of the engine room's controlled field
2026-08-18T09:03:21.3687547Z [command]/usr/bin/git branch --delete --force diag/pump-188-heartbeat
2026-08-18T09:03:21.3715616Z Deleted branch diag/pump-188-heartbeat (was 40472409b).
2026-08-18T09:03:21.3825793Z ##[endgroup]
2026-08-18T09:03:21.3829423Z [command]/usr/bin/git submodule status
2026-08-18T09:03:21.4015098Z ##[group]Cleaning the repository
2026-08-18T09:03:21.4017844Z [command]/usr/bin/git clean -ffdx
2026-08-18T09:03:22.6796311Z Removing .adapter-notify/
2026-08-18T09:03:22.6797284Z Removing target/
2026-08-18T09:03:22.6807244Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T09:03:22.6875610Z HEAD is now at 40472409b diag(er): name the clobberer of the engine room's controlled field
2026-08-18T09:03:22.6881460Z ##[endgroup]
2026-08-18T09:03:22.6882815Z ##[group]Disabling automatic garbage collection
2026-08-18T09:03:22.6885879Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T09:03:22.6910302Z ##[endgroup]
2026-08-18T09:03:22.6911341Z ##[group]Setting up auth
2026-08-18T09:03:22.6914669Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T09:03:22.6939783Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-18T09:03:22.7122765Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T09:03:22.7148832Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-18T09:03:22.7335217Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T09:03:22.7365662Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T09:03:22.7551159Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T09:03:22.7582222Z ##[endgroup]
2026-08-18T09:03:22.7583918Z ##[group]Fetching the repository
2026-08-18T09:03:22.7588922Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ba97a661c2f9585cbfd2e053ffc79fe36778dfd6:refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T09:03:23.1594988Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-18T09:03:23.1614617Z  + 40472409b...ba97a661c ba97a661c2f9585cbfd2e053ffc79fe36778dfd6 -> origin/diag/pump-188-heartbeat  (forced update)
2026-08-18T09:03:23.1616194Z ##[endgroup]
2026-08-18T09:03:23.1616907Z ##[group]Determining the checkout info
2026-08-18T09:03:23.1617745Z ##[endgroup]
2026-08-18T09:03:23.1621411Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T09:03:23.1658241Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T09:03:23.1681074Z ##[group]Checking out the ref
2026-08-18T09:03:23.1683574Z [command]/usr/bin/git checkout --progress --force -B diag/pump-188-heartbeat refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T09:03:23.1868504Z Warning: you are leaving 1 commit behind, not connected to
2026-08-18T09:03:23.1868928Z any of your branches:
2026-08-18T09:03:23.1869219Z 
2026-08-18T09:03:23.1869490Z   40472409b diag(er): name the clobberer of the engine room's controlled field
2026-08-18T09:03:23.1869798Z 
2026-08-18T09:03:23.1870011Z If you want to keep it by creating a new branch, this may be a good time
2026-08-18T09:03:23.1870398Z to do so with:
2026-08-18T09:03:23.1870545Z 
2026-08-18T09:03:23.1870685Z  git branch <new-branch-name> 40472409b
2026-08-18T09:03:23.1870966Z 
2026-08-18T09:03:23.1875852Z Switched to a new branch 'diag/pump-188-heartbeat'
2026-08-18T09:03:23.1876271Z branch 'diag/pump-188-heartbeat' set up to track 'origin/diag/pump-188-heartbeat'.
2026-08-18T09:03:23.1884254Z ##[endgroup]
2026-08-18T09:03:23.1922703Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T09:03:23.1948216Z ba97a661c2f9585cbfd2e053ffc79fe36778dfd6
